-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ctb): Pass msg.sender
to dispute games from the factory
#10149
Conversation
a28a64b
to
d10095b
Compare
d10095b
to
c389fce
Compare
c389fce
to
64dedc0
Compare
64dedc0
to
909d996
Compare
WalkthroughWalkthroughThe updates encompass a version increment and modifications across several smart contracts and interfaces within the Changes
Recent Review DetailsConfiguration used: .coderabbit.yml Files ignored due to path filters (7)
Files selected for processing (6)
Additional Context UsedLearnings (1)
Additional comments not posted (14)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
@smartcontracts, Sorry to bother you, but I reported this same issue in sherlock-audit/2024-02-optimism-2024-judging#140 as sherlock-audit/2024-02-optimism-2024-judging#194 and didn't receive the reward. hope you could take a look, and contact to the Sherlock team. I'm not specialized in auditing, and this is my first time participating. I joined this competition because I'm passionate about optimism. I've been studying optimism contract code for years and have learned a lot from you! |
Overview
Passes
msg.sender
from the factory to the dispute game as an immutable argument. This change allows for smart wallets to participate in the protocol as first-class citizens.Metadata
closes https://github.com/ethereum-optimism/client-pod/issues/732
closes https://github.com/ethereum-optimism/client-pod/issues/731